<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
.minH{min-height:300px;}
.pageBox{
	background:#f5f5f5;
	overflow: hidden;
}
/*单篇+文章页start*/

/*单篇+文章页end*/
/*全图列表页start*/
/*全图列表页start*/
.imgList{margin:0 -10px}
.imgList dd{
	float: left;
	width:33.333%;
	margin-bottom:15px;
	position:relative; 
}
.imgList dd a{
	display: block;
	overflow:hidden;
	margin:0 10px;
	background:#f2f2f2;
}
.imgList dd a .pic{
	width: 100%;
	padding-top:58.139%;
	overflow:hidden;
	position: relative;
}
.imgList dd a .pic img{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.imgList dd a .pic i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5) url(../images/icon13.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition-duration: 0.3s;
}
.imgList dd a:hover .pic i{opacity:1}
.imgList dd a span{
	display: block;
	height:64px;
	overflow: hidden;
	line-height: 64px;
	text-align: center;
	background:#fff;
	color: #333333;
	font-size:16px;
	transition-duration: 0.3s;
}
.imgList dd a:hover span{background:#1376dd;color:#fff;font-weight:bold}
/*全图列表页end*/
/*全文列表页start*/
.textList1 dd{
	clear: both;
	overflow: hidden;
	background:#ffffff;
	height:163px;
	margin-bottom: 20px;
	border-bottom:1px solid #f5f5f5;
	transition-duration: 0.3s;
}
.textList1 dd:hover{
	background:#e6eaf3;
	border-bottom:1px solid #1376dd;
}
.textList1 dd .divL{
	width:555px;
	overflow: hidden;
	padding-left: 40px;
}
.textList1 dd .divL .divT{
	clear: both;
	HEIGHT:30px;
	line-height: 30px;
	overflow:hidden;
	transition-duration: 0.3s;
}
.textList1 dd .divL .divT a{
	color: #555;
	font-size:16px;	
}
.textList1 dd:hover .divL .divT a{color:#1376dd}
.textList1 dd .divL .txt{
	overflow: hidden;
	height:56px;
	margin-top:13px;
	color: #999999;
	font-size: 14px;
	line-height: 28px;
}
.textList1 dd .divR{
	width: 270px;
	height:163px;
	position: relative;
	overflow: hidden;
}
.textList1 dd .divR:after{
	content: "";
	display: block;
	width: 1px;
	height:110px;
	background:#c7c7c7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -55px;
}
.textList1 dd .divR span{
	display: block;
	height:35px;
	overflow: hidden;
	line-height: 35px;
	color: #999999;
	margin-top: 54px;
	margin-left: 100px;
	font-size: 30px;
	transition-duration: 0.3s;
}
.textList1 dd:hover .divR span{display: none}
.textList1 dd .divR a{
	display: block;
	width:160px;
	height:46px;
	line-height: 46px;
	text-align: center;
	background:#1376dd;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-23px 0 0 -80px;
	opacity:0;
	transition-duration: 0.3s;
}
.textList1 dd:hover .divR a{opacity:1}
.textList1 dd .divR em{
	display: block;
	height:26px;
	overflow: hidden;
	line-height: 26px;
	color: #999999;
	margin-left: 100px;
	font-size:18px;
	font-style: normal;
	transition-duration: 0.3s;
}
.textList1 dd:hover .divR em{display: none}
.textList1 dd .ddBt{
	height:163px;
	line-height: 163px;
	padding-left: 40px;
    background: url(../images/icon11.png) no-repeat left center;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
	margin-right: 35px;
}
.textList1 dd .ddBt:hover{
	color:#1376dd;
	background: url(../images/icon11h.png) no-repeat left center;
}
/*全文列表页end*/
/*图文列表页start*/
.textImg dd{
	clear: both;
	overflow:hidden;
	margin-bottom:20px;
	background:#fff;
}
.textImg dd .pic{
	width:386px;
	height:220px;
	overflow: hidden;
}
.textImg dd .pic img{
	display: block;
	width:386px;
	height:220px;
}
.textImg dd .divR{
	overflow: hidden;
	height:220px;
	margin-left:30px;
}
.textImg dd .divR .divT{
	clear: both;
	height:36px;
	overflow: hidden;
	line-height: 36px;
	font-size:16px;
	color: #666666;
	font-weight: bold;
	margin-top: 20px;
}
.textImg dd a:hover .divR .divT{color:#1376dd}
.textImg dd .divR .divT3{
	clear: both;
	height:30px;
	overflow: hidden;
	line-height: 30px;
	font-size:16px;
	color: #999999;
}
.textImg dd .divR .txt{
	overflow:hidden;
	height:50px;
	font-size:14px;
	line-height:25px;
	color: #777777;
}
.textImg dd .divR .divT2{
	clear: both;
	width: 106px;
	height:33px;
	overflow: hidden;
	line-height: 33px;
	font-size:14px;
	color: #777777;
	border-radius:16px;
	border:1px solid #dedede;
	text-align: center;
}
.textImg dd:hover .divR .divT2{
	border:1px solid #1376dd;
	color: #fff;
	background:#1376dd;
}
/*图文列表页end*/
/*全文3 begin*/
.textList3{
	overflow: hidden;
	margin:0 30px;
	border-top:1px solid #dedede;
}
.textList3 dd{
	clear:both;
	height:79px;
	border-bottom:1px solid #dedede;
}
.textBt{
	width:260px;
	height:65px;
	line-height:65px;
	overflow: hidden;
	border-radius:3px;
	background:#32b16c;
	margin-left: 30px;
}
.textBt a{
	display: block;
	height:65px;
	line-height:65px;
	padding-left: 108px;
	color:#ffffff;
	font-size:24px;
	background:url(../images/icon14.png) no-repeat 60px center;
}
.textList3 dd .wen{
	display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    background: #ebebeb;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
	margin-top: 23px;
	margin-right: 16px;
}
.textList3 dd a{
	float: left;
	color: #333333;
	font-size: 16px;
	line-height:79px;
}
.textList3 dd:hover a{color: #1376dd}
.textList3 dd span{
	float: left;
	height:79px;
	line-height: 79px;
	color: #858585;
	font-size: 14px;
	padding-left:26px;
	margin-left: 30px;
}
.textList3 dd span.span1{background:url(../images/icon15.png) no-repeat left center}
.textList3 dd span.span2{background:url(../images/icon16.png) no-repeat left center;padding-left:35px;}
.page2 a{border:1px solid #dddcdc}
/*全文3 end*/
/*新闻+单篇*/
.articleT {
	clear: both;
	line-height:50px;
	font-size:26px;
	color: #333333;
	text-align: center;
	font-family: "黑体";
}
.articleT2 {
	height:35px;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
}
.articleT2 i {
	color: #1376dd;
	font-weight: bold;
	font-style: normal
}
.articleT2 .shareBox {
	display: inline-block;
	margin-top:5px;
}
.articleT2 .shareBox a {
	margin-left: 5px;
}
.articleT2 a:hover {
	color: #fff
}
.article_fz {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 10px;
}

.article_fzBox {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9999;
	opacity: 0;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform-origin: center top;
	-webkit-transform-origin: center top;
}

.article_fz:hover .article_fzBox {
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}

.article_fzBox span {
	display: block;
	height: 20px;
	background: #f5f5f5;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	margin-bottom: 1px;
}

.article_fzBox span:hover {
	background: #1376dd;
	color: #fff;
}

.article_fzBox span.hover {
	background: #1376dd;
	color: #fff;
}

.articleBox {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.articleBox img {
	max-width: 100%;
}
/* 文章阅读页——大图*/
#play {
	width: 755px;
	height: 425px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 755px;
	height: 425px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 755px;
	height: 425px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width:755px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 90px;
	height:51px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 90px;
	height:51px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	width: 90px;
	height:51px;
}

.img_hd ul li.on {
	border: 1px solid #1376dd;
	background: #1376dd;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 20px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.article_pageUp {
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	border-top: 1px solid #d5d5d5;
	padding-top: 30px;
}

.article_pageUp dl {
	width: 600px
}

.article_pageUp dl a {
	color: #999999
}

.article_pageUp dl a:hover {
	color: #1e67c0
}

.article_pageUp .bt {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1e67c0;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.article_pageUp .bt:hover {
	opacity: 0.9
}
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}
.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file.png) no-repeat left center;
}
.articleHand a.word {
	background: url(../images/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}
.articleHand a.ppt {
	background: url(../images/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}
.articleHand a.excel {
	background: url(../images/excel.png) no-repeat left center;
	color: #15bf44 !important;
}
.articleHand a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}
.articleHand a.zip {
	background: url(../images/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.articleT2 .shareBox a{margin-left:5px;margin-top:5px}
.articleT2 a:hover{color: #fff}
.articleT2 .bds_tsina{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat -29px top !important;
}
.articleT2 .popup_sqq{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat -59px top !important;
}
.articleT2 .bds_weixin{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat 0px top !important;
}
.articleT2 .bds_tsina:hover{background:url(../images/icon24.png) no-repeat -29px bottom !important;}
.articleT2 .popup_sqq:hover{background:url(../images/icon24.png) no-repeat -59px bottom !important;}
.articleT2 .bds_weixin:hover{background:url(../images/icon24.png) no-repeat 0px bottom !important;}
.articlePageUp{
	overflow: hidden;
	padding-top:25px;
	border-top:1px solid #e7e7e7;
}
.articlePageT{
	width:600px;
	height:24px;
	line-height:24px;
	color: #747474;
	font-size: 14px;
}
.articlePageT a{color: #747474;}
.articlePageT a:hover{color: #1376dd;}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#1376dd;
	}
.articlePage a.hover{
	color:#fff;
	background:#1376dd;
	}
a.articleBt{
	width: 120px;
	height:40px;
	overflow:hidden;
	line-height: 40px;
	text-align: center;
	background: #1376dd;
	color: #fff;
	font-size:15px;
}
a.articleBt:hover{opacity:0.9}
/*招聘列表页start*/
.bg_f5{background: #f5f5f5}
.min_400 {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
.rmt_dl{overflow: hidden;position: relative}
.rmt_dl dt{height: 50px;line-height: 50px;overflow: hidden;background: #4b8de2}
.rmt_dl dt span{display:block;float: left;height:50px;text-align:center;color:#fff;width: 16.6666667%;font-size: 16px;}
.rmt_dl dd{display:block;clear:both;overflow:hidden; background:#FFF;margin-bottom: 10px}
.rmt_dl dd .div1{clear:both;height:58px;background:#fff;overflow:hidden;-webkit-transition: all 0.2s;text-align: center;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
.rmt_dl dd .div1 span{display:inline;float:left;height:58px;line-height:58px;color:#333333;font-size:16px;width: 16.66666667%}
.rmt_dl dd .div1 span.span1{}
.rmt_dl dd .div1 span.span2{}
.rmt_dl dd .div1 span.span3{}
.rmt_dl dd .div1 span.span4{}
.rmt_dl dd .div1 span.span5{}
.rmt_dl dd .div1 span.span6{cursor:pointer;text-align:center; background:url(../images/jia.png) no-repeat center center;}

.div2Text{padding: 30px 0;border-bottom: 1px solid #e6e6e6}
.reBtn{overflow: hidden}
.reBtn .text span{color: #264a90;font-weight: bold}

.rmt_dl dd .div2{clear:both;overflow:hidden;padding:10px 30px;color:#666666;font-size:14px;line-height:30px;text-align:left;display:none;background: #fff;border: 1px solid #7fcf7a}
.rmt_dl dd .div2 b{ color: #333;}
.rmt_dl dd.hover .div1{ background:#4bc089;}
.rmt_dl dd.hover .div1 span{ color:#fff;}
.rmt_dl dd:hover .div1{ background:#4bc089;}
.rmt_dl dd:hover .div1 span{ color:#fff;}
.rmt_dl dd .div1 span.span6.jian{ background:url(../images/jian.png) no-repeat center center;}
.div2Btn{ overflow:hidden; padding-top:20px;}
.div2Btn a{ display:block; width:140px; height:40px; background:#1376dd; color:#FFF; text-align:center; font-size:16px; line-height:40px;}
.rctBtn{ overflow:hidden;}
.rctBtn a{ color:#fff; display: block; width: 125px; height: 40px; background: #1376dd; text-align: center; line-height: 40px; font-size: 16px;float: right;border-radius: 2px}
/*招聘列表页end*/
/*招聘详情start*/

/*招聘详情end*/
/*招聘表单start*/
.recruit_form{overflow: hidden;margin: 0 -15px;}
.recruit_form dd{width: 33.333%;overflow: hidden;float: left;display: block;padding: 15px 0;position: relative}
.recDiv1{margin: 0 15px;border: 1px solid #ddd;border-radius: 2px;height: 48px;line-height: 48px;padding: 0 8px;font-size: 14px;color: #666;background: #fff}
.recDiv1 em{color: #ff0000;margin-right: 6px;margin-top: 3px;font-style: normal}
.recDiv1 span{display: block;margin-right: 5px;color: #999}
.rec_input{overflow: hidden;}
.recInp{width: 100%;height: 48px;border: 0;line-height: 48px;outline: none;}
.recruit_form dt{padding: 15px 0;float: left;width: 100%}
.recDiv2{margin: 0 15px;border: 1px solid #ddd;border-radius: 2px;line-height: 24px;font-size: 14px;color: #666;position: relative;background: #fff}
.recTat{padding: 15px 16px}
.recText{width: 100%;outline: none;border: 0;resize:none;height: 180px;font-size: 14px;color: #333}

.addPic{overflow: hidden}
.addBtn{width: 106px;height: 106px;background: #ebebeb url(../images/add.png) no-repeat center center;border: 1px solid #ddd;margin-right: 20px}
.upLoad{margin-top: 20px;line-height: 30px}
.upLoad a{display: block;width: 120px;height: 42px;line-height: 42px;border: 1px solid #ddd;text-align: center;font-size: 18px;color: #666666;}
.upLoad span{display: block;color: #999;font-size: 14px}

.rec_form{padding: 0 20px;border: 1px dashed #87a6f5;background: #eef2f6;height: 75px;line-height: 75px;}
.rec_form .tit{font-size: 24px;color: #a2b5c9;padding-left: 35px;background: url(../images/upL.png) no-repeat left center}
.rec_form .reTit{font-size: 14px;color: #bac7d4;}

/*招聘表单end*/
/*留言start*/
.publicTit{text-align: center;padding: 30px 0;line-height: 30px}
.titleC{font-size: 20px;color: #217cde;font-weight: bold}
.titleB{font-size: 26px;color: #dedede;font-weight: bold}

.messageText{padding: 30px}
.msg_dl{overflow: hidden;margin: 0 -15px;}
.msg_dl.typ{margin:0}
.msg_dl dd{width: 33.333%;overflow: hidden;float: left;display: block;padding: 15px 0;position: relative}
.msg_dl.typ dd{width:auto;float:none;padding:0 0 10px 0;}
.msg_dl.typ dt{padding:0 0 10px 0;}
.msgDiv1{margin: 0 15px;border: 1px solid #ddd;border-radius: 2px;height: 48px;line-height: 48px;padding: 0 16px;font-size: 14px;color: #666;background: #fff}
.msgDiv1 span{display: block;margin-right: 10px;}
.msg_input{overflow: hidden;}
.codeIn::-webkit-input-placeholder,.msg_input::-webkit-input-placeholder,.msgText::-webkit-input-placeholder{
	color: #666; /* placeholder颜色  */
	font-size:14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.msgInp{width: 100%;height: 48px;border: 0;line-height: 48px;outline: none;}
.msg_dl dt{padding: 15px 0;float: left;width: 100%}
.msgDiv2{margin: 0 20px;border: 1px solid #ddd;border-radius: 2px;line-height: 24px;font-size: 14px;color: #666;position: relative;background: #fff}
.msgDiv2 .msgSpan{position: absolute;left: 16px;top: 10px;}
.msgTat{padding: 15px 16px}
.msgText{width: 100%;outline: none;border: 0;resize:none;height: 180px;font-size: 14px;color: #333}

.codeBox{margin: 0 auto;overflow: hidden;font-size: 16px;padding-top: 15px}
.codeP{height: 48px;border: 1px solid #ddd}
.codeP img{height: 48px}
.subMitB{width: 275px;height: 50px;line-height: 50px;border-radius: 2px;background: #e1332d;margin-left: 20px}
.subMitB a{display: block;color: #fff;text-align: center}
.codeInput{overflow: hidden;width: 245px;border: 1px solid #ddd;}
.codeIn{width: 100%;outline: none;border: 0;height: 48px;line-height: 48px;border-radius: 2px;font-size: 16px;color: #333;text-indent: 10px}

.reSubmit{text-align: center;overflow: hidden}
.reSubmit a{display: inline-block;width: 170px;font-size: 14px;height: 50px;line-height: 50px;text-align: center;margin: 0 10px;color: #fff}
a.subBtn1{background: #1376dd;}
a.subBtn2{background: #b5b5b5;}
/*留言end*/

/*业务板块start*/
.business_dl{overflow: hidden;position: relative}
.business_dl dd{padding: 10px 0}
.business_text{position: relative;padding-top: 33.3333333%;background-repeat: no-repeat;background-position: center center}
.business_text .text{position: absolute;left: 78px;top: 68px}
.business_text .text .title1{font-size: 26px;color: #f5f5f5;font-weight: bold}
.business_text .text .title2{font-size: 26px;color: #fff;font-weight: bold;padding: 20px 0}
.business_text .text .intro{font-size: 16px;color: #3b3c3d;line-height: 28px;width: 490px;}
.business_text .text a.detail{display: block;width: 110px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #fff;border: 1px solid #eeeeee;border-radius: 33px;}
.business_text .text a.detail:hover{color: #217cde;border-color: #217cde}
/*业务板块end*/

/*联系我们start*/
.contFl{width: 386px;height: 306px;margin-right: 6px}
.contFl .pic{padding-top: 79.246%;position: relative}
.contFl .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%}
.contDl{margin: 0 -3px;position: relative;overflow: hidden;width: 805px}
.contDl dd{float: left;width: 33.33333%;display: inline;margin-bottom: 10px}
.contDl dd a{display: block;margin: 0 3px;background: #fff;padding: 20px 30px;height: 108px;}
.contDl dt{float: left;width: 66.66666667%;display: inline;}
.contDl dt a{display: block;margin: 0 3px;background: #fff;padding: 20px 30px;height: 108px;}
.contC span{display: block;font-size: 14px;color: #333;}
.contC strong{display: block;font-size: 16px;color: #333}
/*联系我们end*/

/*发展历程start*/
.event_text{text-align: center;font-size: 14px;color: #666;line-height: 26px;}
.eventBg{min-height: 837px;position: relative;background: #f9f9f9 url(../images/eventBg.png) no-repeat center bottom}
.eventBox{position: relative;}
.eventBox:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #e9e9e9;
    position: absolute;
    top: 70px;
    z-index: 0;
}
.eventBox .wrap{position: relative;}
.eventBox .bd{overflow: hidden}
.event_dl{ margin: 0 -35px;overflow: hidden}
.event_dl dd{ float:left; display:inline; width:25%;margin-top: 100px;position: relative}
.event_dl dd a{ display: block;margin: 0 35px;}
.event_dl dd .time{ color:#217cde; font-size:36px;font-weight: bold}
.event_dl dd .eventCol{ color:#666666; font-size:14px; line-height:30px;overflow : hidden;}
.event_dl dd a em{position: absolute;top: -65px;left: 70px;width: 12px;height: 12px;border: 2px solid #217cde;border-radius: 100%;}
.event_dl dd a em:after{content: "";position: absolute;left: 3px;bottom: -12px;width: 7px;height: 4px;background: url(../images/eventD.png) no-repeat center bottom}

.eventBox .wrap .bt a{display: block;width: 54px;height: 54px;position: absolute;top: 44px;z-index: 2}
.eventBox .wrap .bt a.prev{background: url(../images/eventPrev.png) no-repeat center center;left: -120px}
.eventBox .wrap .bt a.next{background: url(../images/eventNext.png) no-repeat center center;right: -120px}
.numberOne{transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;opacity: 0;transform: translateY(20px);
    -webkit-transform: translateY(20px);}
.numberOne .text{color: #039c2f;font-size: 14px;line-height: 26px;padding: 20px 0}
.event_dl dd:hover .numberOne{opacity: 1;transform: translateY(0px);
    -webkit-transform: translateY(0px);}
/*发展历程end*/
/*
-----------------------------内页样式end-----------------------------
*/
/**/
.bwkj .layui-layer-title{
	background:#fff;
	font-size:20px;
	color: #444;
	border-bottom:none;
	height:50px;
	line-height: 50px;
	padding:0 60px;
	margin-top:20px;
}
.msg_dl.typ span{
	line-height: 48px;
	padding-left:10px;
}
.reSubmit a:hover{opacity:0.9}</pre></body></html>